libxl: change default HVM emulated network card to rtl8139
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 2 Feb 2011 17:05:27 +0000 (17:05 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 2 Feb 2011 17:05:27 +0000 (17:05 +0000)
commitdaf42cb9952af85597650d32b0c70f9b285c199b
tree325428dbf48fb4a669afd24055736175fb8c3f81
parent6569b94cca7a0444673f9c72729783deb0c770bf
libxl: change default HVM emulated network card to rtl8139

xend uses rtl8139, and we want xl to be compatible with xm.  Some
older operating systems don't have e1000 drivers, and we want widest
compatibility rather than best performance (people who want good
performance are best advised to use PV-on-HVM drivers).

We'll probably switch to a new default when switching to upstream
qemu, in the Xen 4.2 release cycle.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c